3.513 \(\int (g+h x)^m (a+b \log (c (d (e+f x)^p)^q))^n \, dx\)

Optimal. Leaf size=30 \[ \text{Unintegrable}\left ((g+h x)^m \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n,x\right ) \]

[Out]

Unintegrable[(g + h*x)^m*(a + b*Log[c*(d*(e + f*x)^p)^q])^n, x]

________________________________________________________________________________________

Rubi [A]  time = 0.0548252, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int (g+h x)^m \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n \, dx \]

Verification is Not applicable to the result.

[In]

Int[(g + h*x)^m*(a + b*Log[c*(d*(e + f*x)^p)^q])^n,x]

[Out]

Defer[Int][(g + h*x)^m*(a + b*Log[c*(d*(e + f*x)^p)^q])^n, x]

Rubi steps

\begin{align*} \int (g+h x)^m \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n \, dx &=\int (g+h x)^m \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n \, dx\\ \end{align*}

Mathematica [A]  time = 0.649134, size = 0, normalized size = 0. \[ \int (g+h x)^m \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(g + h*x)^m*(a + b*Log[c*(d*(e + f*x)^p)^q])^n,x]

[Out]

Integrate[(g + h*x)^m*(a + b*Log[c*(d*(e + f*x)^p)^q])^n, x]

________________________________________________________________________________________

Maple [A]  time = 0.86, size = 0, normalized size = 0. \begin{align*} \int \left ( hx+g \right ) ^{m} \left ( a+b\ln \left ( c \left ( d \left ( fx+e \right ) ^{p} \right ) ^{q} \right ) \right ) ^{n}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((h*x+g)^m*(a+b*ln(c*(d*(f*x+e)^p)^q))^n,x)

[Out]

int((h*x+g)^m*(a+b*ln(c*(d*(f*x+e)^p)^q))^n,x)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: RuntimeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((h*x+g)^m*(a+b*log(c*(d*(f*x+e)^p)^q))^n,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError

________________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: UnboundLocalError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((h*x+g)^m*(a+b*log(c*(d*(f*x+e)^p)^q))^n,x, algorithm="fricas")

[Out]

Exception raised: UnboundLocalError

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((h*x+g)**m*(a+b*ln(c*(d*(f*x+e)**p)**q))**n,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (h x + g\right )}^{m}{\left (b \log \left (\left ({\left (f x + e\right )}^{p} d\right )^{q} c\right ) + a\right )}^{n}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((h*x+g)^m*(a+b*log(c*(d*(f*x+e)^p)^q))^n,x, algorithm="giac")

[Out]

integrate((h*x + g)^m*(b*log(((f*x + e)^p*d)^q*c) + a)^n, x)